kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.collections
/
[Common]ListIterator
/
previousIndex
previous
Index
Common
abstract
fun
previousIndex
(
)
:
Int
Content copied to clipboard
Returns the index of the element that would be returned by a subsequent call to
previous
.